home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / allout.swf / scripts / DefineButton2_72 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2006-05-29  |  167 b   |  10 lines

  1. on(press){
  2.    if(_parent.holestats == 0)
  3.    {
  4.       levelnum = maxlevel - 1;
  5.       gotoAndPlay(15);
  6.       next = true;
  7.       buttonpause.dir = "next";
  8.    }
  9. }
  10.